home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / liferea / google_source.glade < prev    next >
Encoding:
Extensible Markup Language  |  2010-07-19  |  6.2 KB  |  139 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkDialog" id="google_source_dialog">
  6.     <property name="visible">True</property>
  7.     <property name="title" translatable="yes">Add Google Reader Account</property>
  8.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  9.     <child internal-child="vbox">
  10.       <widget class="GtkVBox" id="dialog-vbox1">
  11.         <property name="visible">True</property>
  12.         <child>
  13.           <widget class="GtkVBox" id="vbox1">
  14.             <property name="visible">True</property>
  15.             <property name="border_width">12</property>
  16.             <property name="spacing">12</property>
  17.             <child>
  18.               <widget class="GtkLabel" id="label1">
  19.                 <property name="visible">True</property>
  20.                 <property name="xalign">0</property>
  21.                 <property name="label" translatable="yes">Please enter your Google Reader account settings.</property>
  22.                 <property name="wrap">True</property>
  23.               </widget>
  24.               <packing>
  25.                 <property name="expand">False</property>
  26.                 <property name="fill">False</property>
  27.               </packing>
  28.             </child>
  29.             <child>
  30.               <widget class="GtkTable" id="table1">
  31.                 <property name="visible">True</property>
  32.                 <property name="n_rows">2</property>
  33.                 <property name="n_columns">2</property>
  34.                 <property name="column_spacing">6</property>
  35.                 <property name="row_spacing">6</property>
  36.                 <child>
  37.                   <widget class="GtkEntry" id="passwordEntry">
  38.                     <property name="visible">True</property>
  39.                     <property name="can_focus">True</property>
  40.                     <property name="visibility">False</property>
  41.                     <property name="invisible_char">*</property>
  42.                   </widget>
  43.                   <packing>
  44.                     <property name="left_attach">1</property>
  45.                     <property name="right_attach">2</property>
  46.                     <property name="top_attach">1</property>
  47.                     <property name="bottom_attach">2</property>
  48.                     <property name="y_options"></property>
  49.                   </packing>
  50.                 </child>
  51.                 <child>
  52.                   <widget class="GtkEntry" id="userEntry">
  53.                     <property name="visible">True</property>
  54.                     <property name="can_focus">True</property>
  55.                     <property name="invisible_char">*</property>
  56.                   </widget>
  57.                   <packing>
  58.                     <property name="left_attach">1</property>
  59.                     <property name="right_attach">2</property>
  60.                     <property name="y_options"></property>
  61.                   </packing>
  62.                 </child>
  63.                 <child>
  64.                   <widget class="GtkLabel" id="label3">
  65.                     <property name="visible">True</property>
  66.                     <property name="xalign">0</property>
  67.                     <property name="label" translatable="yes">_Password</property>
  68.                     <property name="use_underline">True</property>
  69.                     <property name="mnemonic_widget">passwordEntry</property>
  70.                   </widget>
  71.                   <packing>
  72.                     <property name="top_attach">1</property>
  73.                     <property name="bottom_attach">2</property>
  74.                     <property name="x_options">GTK_FILL</property>
  75.                     <property name="y_options"></property>
  76.                   </packing>
  77.                 </child>
  78.                 <child>
  79.                   <widget class="GtkLabel" id="label2">
  80.                     <property name="visible">True</property>
  81.                     <property name="xalign">0</property>
  82.                     <property name="label" translatable="yes">_Username (Email)</property>
  83.                     <property name="use_underline">True</property>
  84.                     <property name="mnemonic_widget">userEntry</property>
  85.                   </widget>
  86.                   <packing>
  87.                     <property name="x_options">GTK_FILL</property>
  88.                     <property name="y_options"></property>
  89.                   </packing>
  90.                 </child>
  91.               </widget>
  92.               <packing>
  93.                 <property name="expand">False</property>
  94.                 <property name="position">1</property>
  95.               </packing>
  96.             </child>
  97.           </widget>
  98.           <packing>
  99.             <property name="position">2</property>
  100.           </packing>
  101.         </child>
  102.         <child internal-child="action_area">
  103.           <widget class="GtkHButtonBox" id="dialog-action_area1">
  104.             <property name="visible">True</property>
  105.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  106.             <child>
  107.               <widget class="GtkButton" id="cancelbutton1">
  108.                 <property name="visible">True</property>
  109.                 <property name="can_focus">True</property>
  110.                 <property name="can_default">True</property>
  111.                 <property name="label">gtk-cancel</property>
  112.                 <property name="use_stock">True</property>
  113.                 <property name="response_id">-6</property>
  114.               </widget>
  115.             </child>
  116.             <child>
  117.               <widget class="GtkButton" id="okbutton1">
  118.                 <property name="visible">True</property>
  119.                 <property name="can_focus">True</property>
  120.                 <property name="can_default">True</property>
  121.                 <property name="label">gtk-ok</property>
  122.                 <property name="use_stock">True</property>
  123.                 <property name="response_id">-5</property>
  124.               </widget>
  125.               <packing>
  126.                 <property name="position">1</property>
  127.               </packing>
  128.             </child>
  129.           </widget>
  130.           <packing>
  131.             <property name="expand">False</property>
  132.             <property name="pack_type">GTK_PACK_END</property>
  133.           </packing>
  134.         </child>
  135.       </widget>
  136.     </child>
  137.   </widget>
  138. </glade-interface>
  139.